|
To-Do List
Task Completion
Track your progress
Frequently Asked Questions
What you need to know by Week 1
|
Q: What are some tips for managing academics and social life as a freshman in Singapore? A: Balancing academics and social life can be tricky, but it's important to prioritize both. Create a schedule that allows time for studying, attending classes, and participating in extracurricular activities while also making time for relaxation and socializing. Don't be afraid to ask for help if you're feeling overwhelmed, and remember to take care of your physical and mental health. |
|
Q: How can I make the most of my university experience as a freshman in Singapore? A: To maximize your university experience, consider joining student clubs and organizations related to your interests, attending campus events and workshops, networking with professors and peers, and exploring internship or research opportunities. Don't hesitate to step out of your comfort zone and try new things – university is a time for personal growth and exploration. |
|
Q: What are some safety tips for navigating Singapore as a freshman? A: While Singapore is generally considered a safe city, it's important to remain vigilant and aware of your surroundings. Stick to well-lit and populated areas, avoid walking alone late at night, keep your belongings secure, and familiarize yourself with emergency contact numbers. Additionally, always follow local laws and regulations to ensure your safety and well-being. |
Student Support
PSB Academy strives to ensure the wellbeing and safety of our students. We have a duty of care to provide a support system and processes to ensure our students receive the necessary support.
Students may contact our in-house Counsellor through phone via Tel: (6390 9214) or Email: care@psb-academy.edu.sg.
2024 Office Hours
Monday-Friday 8:30am - 6:00pm
Students may also refer to the resource referrals listed here for the 24-hr Crisis Helplines and Community Resources, based on their required needs. For incidents referred to us which require immediate medical/Police/Emergency Services assistance, we will contact the relevant authorities.
document.getElementById('aca-button').addEventListener('click', function() {
var aca = document.getElementById('aca-table');
var cam = document.getElementById('cam-table');
var button = document.getElementById('aca-button');
var button2 = document.getElementById('cam-button');
if (aca .style.display === 'none' || aca .style.display === '') {
aca .style.display = 'table';
button.style.border = '8px solid black';
button2.style.border = '8px solid gray';
cam .style.display = 'none';
}
});
document.getElementById('cam-button').addEventListener('click', function() {
var aca = document.getElementById('aca-table');
var cam = document.getElementById('cam-table');
var button = document.getElementById('aca-button');
var button2 = document.getElementById('cam-button');
if (cam .style.display === 'none' || cam .style.display === '') {
cam .style.display = 'table';
button2.style.border = '8px solid black';
button.style.border = '8px solid gray';
aca.style.display = 'none';
}
});
document.getElementById('services').addEventListener('click', function() {
var complete = document.getElementById('servicesCom');
this.style.display = 'none';
complete.style.display = 'block';
});
document.getElementById('location1').addEventListener('click', function() {
var complete = document.getElementById('locationCom');
this.style.display = 'none';
complete.style.display = 'block';
});
document.getElementById('enrolment').addEventListener('click', function() {
var complete = document.getElementById('enrolmentCom');
this.style.display = 'none';
complete.style.display = 'block';
});
document.getElementById('overseas').addEventListener('click', function() {
var complete = document.getElementById('overseasCom');
this.style.display = 'none';
complete.style.display = 'block';
});